net/http.Request.pat (field)
4 uses
net/http (current package)
request.go#L335: pat *pattern // the pattern that matched
request.go#L1503: if r.pat == nil {
request.go#L1507: for _, seg := range r.pat.segments {
server.go#L2745: h, r.Pattern, r.pat, r.matches = mux.findHandler(r)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |